Skip to content

Untrack .zig-cache — the ignore pattern predates the 0.12 rename - #2

Merged
gHashTag merged 2 commits into
mainfrom
untrack-zig-cache
Aug 12, 2026
Merged

Untrack .zig-cache — the ignore pattern predates the 0.12 rename#2
gHashTag merged 2 commits into
mainfrom
untrack-zig-cache

Conversation

@gHashTag

Copy link
Copy Markdown
Owner

.gitignore says zig-cache/. Zig renamed the build cache to .zig-cache/ — with a leading dot — in 0.12, so the pattern has not matched since, and my previous PR committed the cache along with the fix.

Removing it from the index and adding the current pattern. The reason it was never noticed is the same reason everything else in this repository was never noticed: no workflow had ever run a build, so the directory had never existed here.

A url pointing at main plus a content hash invalidates itself on every
upstream merge — including the one I made an hour ago, which broke this
same manifest again.
@gHashTag
gHashTag merged commit 14e8f00 into main Aug 12, 2026
2 checks passed
@gHashTag
gHashTag deleted the untrack-zig-cache branch August 12, 2026 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant